Emissions from drained organic soils
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"emissions-from-drained-organic-soils",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/emissions-from-drained-organic-soils"
}
] - "definitions":{
- "emissions-from-drained-organic-soils":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/emissions-from-drained-organic-soils_records"
}
}
} - "records":
} - "properties":
- "emissions-from-drained-organic-soils_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "domain_code":,{
- "type":"string",
- "title":"Domain Code",
- "description":""
} - "area_code_m49":,{
- "type":"string",
- "title":"Area Code (M49)",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "element_code":,{
- "type":"string",
- "title":"Element Code",
- "description":""
} - "element":,{
- "type":"string",
- "title":"Element",
- "description":""
} - "item_code":,{
- "type":"integer",
- "title":"Item Code",
- "description":""
} - "item":,{
- "type":"string",
- "title":"Item",
- "description":""
} - "year_code":,{
- "type":"string",
- "title":"Year Code",
- "description":""
} - "source_code":,{
- "type":"string",
- "title":"Source Code",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "value":,{
- "type":"integer",
- "title":"Value",
- "description":""
} - "flag":,{
- "type":"string",
- "title":"Flag",
- "description":""
} - "flag_description":,{
- "type":"string",
- "title":"Flag Description",
- "description":""
} - "note":{
- "type":"string",
- "title":"Note",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "emissions-from-drained-organic-soils":